home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 45 / PC Gamer IT CD 45 2-2.iso / utility / bkpsc31a / _SETUP.1 / BackupScheduler98.exe / 0 / RCDATA / TCIBEOABOUTFORM / TCIBEOABOUTFORM.txt
Text File  |  1999-08-02  |  4KB  |  164 lines

  1. object CibeoAboutForm: TCibeoAboutForm
  2.   Left = 753
  3.   Top = 212
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 295
  6.   ClientWidth = 437
  7.   Color = clWhite
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDefault
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object AboutLeft: TImage
  22.     Left = 4
  23.     Top = 4
  24.     Width = 69
  25.     Height = 286
  26.     Anchors = [akLeft, akTop, akBottom]
  27.   end
  28.   object AboutTop: TImage
  29.     Left = 72
  30.     Top = 4
  31.     Width = 363
  32.     Height = 77
  33.     Anchors = [akLeft, akTop, akRight]
  34.     AutoSize = True
  35.   end
  36.   object bvSeparate: TBevel
  37.     Left = 84
  38.     Top = 156
  39.     Width = 345
  40.     Height = 5
  41.     Anchors = [akLeft, akTop, akRight]
  42.     Shape = bsTopLine
  43.   end
  44.   object Button1: TButton
  45.     Left = 356
  46.     Top = 263
  47.     Width = 75
  48.     Height = 25
  49.     Anchors = [akRight, akBottom]
  50.     Caption = 'OK'
  51.     ModalResult = 1
  52.     TabOrder = 0
  53.   end
  54.   object btRegister: TButton
  55.     Left = 272
  56.     Top = 263
  57.     Width = 75
  58.     Height = 25
  59.     Anchors = [akRight, akBottom]
  60.     Caption = 'Unlock'
  61.     TabOrder = 1
  62.     OnClick = btRegisterClick
  63.   end
  64.   object pnApplication: TPanel
  65.     Left = 72
  66.     Top = 80
  67.     Width = 363
  68.     Height = 69
  69.     Anchors = [akLeft, akTop, akRight]
  70.     BevelOuter = bvNone
  71.     ParentColor = True
  72.     TabOrder = 2
  73.     object AppLabel1: TLabel
  74.       Left = 8
  75.       Top = 4
  76.       Width = 348
  77.       Height = 16
  78.       Anchors = [akLeft, akTop, akRight]
  79.       AutoSize = False
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clGray
  82.       Font.Height = -13
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = []
  85.       ParentFont = False
  86.     end
  87.     object AppLabel2: TLabel
  88.       Left = 8
  89.       Top = 24
  90.       Width = 348
  91.       Height = 16
  92.       Anchors = [akLeft, akTop, akRight]
  93.       AutoSize = False
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clGray
  96.       Font.Height = -13
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = []
  99.       ParentFont = False
  100.     end
  101.     object AppLabel3: TLabel
  102.       Left = 8
  103.       Top = 44
  104.       Width = 348
  105.       Height = 16
  106.       Anchors = [akLeft, akTop, akRight]
  107.       AutoSize = False
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clGray
  110.       Font.Height = -13
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = []
  113.       ParentFont = False
  114.     end
  115.   end
  116.   object pnAbout: TPanel
  117.     Left = 72
  118.     Top = 160
  119.     Width = 363
  120.     Height = 45
  121.     Anchors = [akLeft, akTop, akRight]
  122.     BevelOuter = bvNone
  123.     ParentColor = True
  124.     TabOrder = 3
  125.     object StaticText1: TStaticText
  126.       Left = 8
  127.       Top = 4
  128.       Width = 352
  129.       Height = 20
  130.       Anchors = [akLeft, akTop, akRight]
  131.       AutoSize = False
  132.       TabOrder = 0
  133.     end
  134.     object StaticText2: TStaticText
  135.       Left = 8
  136.       Top = 24
  137.       Width = 352
  138.       Height = 20
  139.       Anchors = [akLeft, akTop, akRight]
  140.       AutoSize = False
  141.       TabOrder = 1
  142.     end
  143.   end
  144.   object pnCibeo: TPanel
  145.     Left = 77
  146.     Top = 262
  147.     Width = 192
  148.     Height = 28
  149.     Cursor = crHandPoint
  150.     Anchors = [akLeft, akRight, akBottom]
  151.     BevelOuter = bvNone
  152.     Caption = 'www.cibeo.com'
  153.     Font.Charset = DEFAULT_CHARSET
  154.     Font.Color = clBlue
  155.     Font.Height = -17
  156.     Font.Name = 'MS Sans Serif'
  157.     Font.Style = [fsUnderline]
  158.     ParentColor = True
  159.     ParentFont = False
  160.     TabOrder = 4
  161.     OnClick = pnCibeoClick
  162.   end
  163. end
  164.